home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Bluetooth File Exchange.app / Contents / Resources / English.lproj / Localizable.strings < prev    next >
Encoding:
Text (UTF-16)  |  2004-08-06  |  18.7 KB  |  162 lines

  1. "kSendFileKey"                            = "Send File: “%@”";                /* Send File: foo.txt */
  2. "kSendMultipleFilesKey"                    = "Send %d Files…";                    /* Send 4 Files... */
  3. "kSendKey"                                = "Send";                            /* Send *//* Text on device selector button */
  4. "kFileTransferProgressKey"                = "%@ of %@";                        /* 1.8 MB of 2.6 MB" */
  5. "kFileTransferWaitingKey"                = "Waiting…";
  6. "kWaitingForReplyKey"                    = "Waiting for target to reply…";
  7. "kCalculatingKey"                        = "Calculating…";                    /* While calculating the transfer time */
  8. "kSecondsLeftKey"                        = "%u seconds (at %0u KB/s)";        /* "5 seconds (at 60 KB/s) */
  9. "kAboutAMinuteLeftKey"                    = "About a minute (at %0u KB/s)";    /* About a minute (at %0u KB/s) */
  10. "kMinutesLeftKey"                        = "%u minutes (at %0u KB/s)";        /* 5 minutes (at 59 KB/s) */
  11. "kHoursLeftKey"                            = "%u hrs %u mins (at %0u KB/s)";    /* 1 hrs 15 mins (at 32 KB/s) */
  12. "kKBKey"                                = "%u KB";                            /* 5 KB */
  13. "kMBKey"                                = "%u MB";                            /* 10 MB */
  14. "kGBKey"                                = "%u GB";                            /* 15 GB */
  15. "kOpenPanelTitleKey"                    = "Select File to Send";            /* Title of open panel for sending a file */
  16.  
  17. "kStoppingTransferKey"                    = "Stopping transfer…";                /* In the progress status field when stopping */
  18. "kWaitingSingleStatusKey"                = "Waiting for “%@” to accept item.";
  19. "kWaitingMultipleStatusKey"                = "Waiting for “%@” to accept items.";
  20. "kBytesKey"                                = "bytes";                            /* Used with number of bytes in status */
  21. "kSendingFileStatusKey"                    = "Sending file “%@” to “%@”.";    /* "Sending file "foo.txt" to "bar"." */
  22. "kReceivingFileFromDeviceStatusKey"        = "Receiving file “%@” from ”%@”.";    /* "Receiving file "foo.txt" from "bar"." */
  23. "kReceivingFileStatusKey"                = "Receiving file “%@”.";            /* "Receiving file "foo.txt"." */
  24. "kReceivedFileStatusKey"                = "Received file “%@”.";            /* "Received file "foo.txt"." */
  25. "kkSentFileSuccessfullyStatusKey"        = "File “%@” sent successully.";    /* "File "foo.txt" sent successfully." */
  26.  
  27. "kAlertPanelTitleKey"                    = "Bluetooth File Exchange";        /* Title of all alert panels */
  28. "kOKKey"                                = "OK";                                /* OK button title */
  29. "kQuitKey"                                = "Quit";                            /* Quit button title */
  30. "kCancelKey"                            = "Cancel";                            /* Cancel button title */
  31. "kSkipKey"                                = "Skip";                            /* Skip button title */
  32. "kCloseKey"                                = "Close";                            /* Close button title */ 
  33.  
  34. "kSaveTitleKey"                            = "Save";
  35. "kReplaceButtonKey"                        = "Replace";
  36. "kRenameButtonKey"                        = "Rename";
  37. "kSaveSingleStringKey"                    = "The file %@ in %@ already exists. Replace it?";
  38. "kSaveMultipleStringKey"                = "Selected files already exist at %@.  Replace them?";
  39.  
  40. "kDeleteSingleItemTitleKey"                = "Delete Item";
  41. "kDeleteSingleItemDescKey"                = "Are you sure you want to delete the selected item? This operation cannot be undone.";
  42. "kDeleteMultipleItemsTitleKey"            = "Delete Items";
  43. "kDeleteMultipleItemsDescKey"            = "Are you sure you want to delete the selected items? This operation cannot be undone.";
  44.  
  45.  
  46. /* AlertPanel text when target doesn't support OP but does support FTP.  The operation will look the same but over different transport */
  47. "kSendFileToNonOPPTargetQuestionKey"    = "The target doesn’t support the Object-Push protocol, should I try FTP?";
  48.  
  49. /* Description text on device selector to send a file */
  50. "kSendDescriptionTextKey"                = "Select a device to send file: “%@” to.  To find devices in range of your computer, click the Search button.";
  51.  
  52. /* Description text on device selector to send multiple files */
  53. "kSendMultipleDescriptionTextKey"        = "Select a device to send %d files to.  To find devices in range of your computer, click the Search button.";
  54.  
  55. /* When unable to create a new device search */
  56. "kSearchCreateErrorKey"                    = "The file transfer failed: unable to search for devices.  Bluetooth support may not be properly installed on this system.";
  57.  
  58. /* No local Bluetooth device is available */
  59. "kNoLocalDeviceErrorKey"                = "The file transfer failed: unable to find a local Bluetooth device. Verify that you have a Bluetooth device available to the system and the Bluetooth software is properly installed.";
  60.  
  61. /* When unable to open SDP connection or receive an error during SDP query */
  62. "kSearchErrorKey"                        = "The file transfer failed: unable to read services from device.";
  63.  
  64. /* Internal error indicating no device is selected, but somehow we attempted to send anyway */
  65. "kNoDeviceSelectedErrorKey"                = "The file transfer failed: no device selected.";
  66.  
  67. /* When unable to connect to the device */
  68. "kDeviceConnectFailureErrorKey"            = "The file transfer failed: unable to connect to device.";
  69.  
  70. /* When device doesn't have an Object Push service */
  71. "kDeviceUnableToReceiveErrorKey"        = "The file transfer failed: device is not able to receive files.";
  72.  
  73. // When device doesn't support receiving a certain file type.
  74. "DeviceUnableToReceiveThatTypeOfFileErrorKey" = "The file transfer failed: the target device will not accept a file of the type you are trying to send.";
  75.  
  76. // When device doesn't support receiving a certain file type.
  77. "kSendFileToTargetAnywayQuestionKey"    = "The target device claims it will not accept a file of the type you are trying to send. Do you want to try to send it anyway?";
  78. "kSendFileToTargetAnywayTitleKey"        = "File type not accepted";
  79. "kSendFileToTargetAnywayButtonKey"        = "Send Anyway";
  80.  
  81. /* Error during transfer */
  82. "kAlreadySendingToDeviceKey"            = "There is already a transfer in progress to that device. Wait until the current transfer is finished, and then try again.";
  83.  
  84.  
  85. // These are strings that will be seen on the BFE Browse UI as a status string
  86. "kTransferFileOpenErrorKey"                = "The file transfer failed: unable to open file.";
  87. "kTransferOBEXConnectErrorKey"            = "The file transfer failed: unable to establish OBEX connection with device.";
  88. "kTransferDataSendErrorKey"                = "The file transfer failed: unable to send data.";
  89. "kTransferStoppedErrorKey"                = "The file transfer failed: the recipient has stopped or refused the transfer.";
  90. "kTransferUnknownErrorKey"                = "The file transfer failed: an unknown error has occurred during the transfer.";
  91. "kTransferBadMediaErrorKey"                = "The file transfer failed: unsupported media type.";
  92. "kTransferInternalErrorKey"                = "The file transfer failed: internal error.";
  93.  
  94.  
  95. /* Error during operation */
  96. "kOperationUnknownErrorKey"                = "The last operation failed: an unknown error (%02x) has occurred.";
  97. "kOperationBadRequestErrorKey"            = "The last operation failed: bad request.";
  98. "kOperationConflictErrorKey"            = "The last operation failed: there was a conflict.";
  99. "kOperationTooLargeErrorKey"            = "The last operation failed: The requested object is too large.";
  100. "kOperationTooLargeURLErrorKey"            = "The last operation failed: The requested URL is too large.";
  101. "kOperationNotAcceptableErrorKey"        = "The last operation failed: not acceptable.";
  102. "kOperationUnauthorizedErrorKey"        = "The last operation failed: unauthorized.";
  103. "kOperationPreconditionErrorKey"        = "The last operation failed: a precondition was not met.";
  104. "kOperationTimeoutErrorKey"                = "The last operation failed: the operation has timed out.";
  105. "kOperationForbiddenErrorKey"            = "The last operation failed: forbidden.";
  106. "kOperationNotSupportedErrorKey"        = "The last operation failed: not supported.";
  107. "kOperationTimedOutErrorKey"            = "The last operation failed: timed out.";
  108.  
  109.  
  110. /* Connection stuff */
  111. "kConnectionOpeningKey"                    = "Opening transport connection…";
  112. "kConnectionRefusedKey"                    = "The connection was refused.";
  113. "kConnectionNoneKey"                    = "Not Connected";
  114. "kConnectionTransportDiedKey"            = "The transport connection died.";
  115. "kConnectionNoTransportKey"                = "No transport connection.";
  116. "kConnectionCompleteKey"                = "Connected to device.";
  117. "kConnectionClosedKey"                    = "The connection has closed";
  118. "kConnectingKey"                        = "Connecting to “%@”…";
  119. "kDisconnectingKey"                        = "Disconnecting…";
  120.  
  121. /* Operation status */
  122. "kStoppingOperationKey"                    = "Stopping operation…";
  123. "kOperationStoppedKey"                    = "Operation Stopped.";
  124.  
  125. "kAbortingOperationKey"                    = "Aborting operation…";
  126. "kOperationAbortedKey"                    = "Operation Aborted.";
  127.  
  128. "kOperationCancelledKey"                = "Operation Cancelled.";
  129. "kOperationCompleteKey"                    = "Operation Complete.";
  130.  
  131. "kTransferCompleteKey"                    = "Transfer complete!";
  132. "kFailedToGetDirectoryContentsKey"        = "Failed to get folder contents (Bad Request).";
  133. "kFailedToGetDirectoryContentsUnknownKey" = "Failed to get folder contents (Unknown Error).";
  134.  
  135. /* Operations */
  136. "kChangingToDefaultFolderKey"            = "Changing to default folder";
  137. "kChangingToPreviousFolderKey"            = "Changing to previous folder";
  138. "kChangingToFolderKey"                    = "Changing to folder: “%@”…";
  139. "kCreatingFolderKey"                    = "Creating folder: “%@”…";
  140. "kDeletingItemKey"                        = "Deleting item…";
  141. "kGettingFileKey"                        = "Getting “%@”…";
  142. "kGettingFolderListingKey"                = "Getting Folder contents…";
  143.  
  144. "kDefaultDirectoryKey"                    = "<Default Directory>";
  145.  
  146. /* Description override for the Device browser for FTP */
  147. "kBrowseDescriptionKey"                    = "Select a device to browse files on.  To find devices in range of your computer, click the Search button.";
  148. "kBrowsePromptKey"                        = "Browse";
  149. "kBrowseTitleKey"                        = "Browse Device";
  150.  
  151.  
  152. /* Re-connect stuff */
  153. "kConnectSheetTitleKey"                    = "The connection failed or closed";
  154. "kConnectSheetCloseKey"                    = "Close";
  155. "kConnectSheetReconnectKey"                = "Reconnect";
  156. "kConnectSheetTextKey"                    = "Would you like to attempt to reconnect or close this window?";
  157.  
  158.  
  159.  
  160. /* No local Bluetooth device is available Title */
  161. //"kNoLocalDeviceFoundExplanationKey"        = "Unable to find a Bluetooth device. Verify that you have a Bluetooth device available to the system and the Bluetooth software is properly installed.";
  162.